ReactiveTextCell class¶
Defined in
Namespace: ReactiveUI.XamForms
Assembly: ReactiveUI.XamForms.dll
Full name: ReactiveUI.XamForms.ReactiveTextCell<T>
Modifiers: public
Summary¶
This is an TextCell that is also an IViewFor.
Applies to
netstandard2.0
Class hierarchy
classDiagram
class ReactiveTextCell~T~
class TextCell
TextCell <|-- ReactiveTextCell~T~
class IViewFor~TViewModel~ {
<>
}
IViewFor~TViewModel~ <|.. ReactiveTextCell~T~
class IViewFor {
<>
}
IViewFor <|.. ReactiveTextCell~T~
class IActivatableView {
<>
}
IActivatableView <|.. ReactiveTextCell~T~
Inherits from: TextCell
Implements: IViewFor<TViewModel>, IViewFor, IActivatableView
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| ViewModel |
Fields¶
| Name | Summary |
|---|---|
| static ViewModelProperty | The view model bindable property. |
Methods¶
| Name | Summary |
|---|---|
| OnBindingContextChanged | Event that is raised when the binding context is changed. |
Inherited members
See also¶
Xamarin.Forms.TextCell- ReactiveUI.IViewFor`1